home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_10784.txt < prev    next >
Text File  |  1991-04-30  |  44KB  |  1,874 lines

  1. -- card: 10784 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 10332
  5. -- name: Most Used
  6. ----- HyperTalk script -----
  7. on closecard
  8.   hide card field info
  9.   set userlevel to 5
  10. end closecard
  11.  
  12. on opencard
  13.   global CurrentCardNumber, InstallScript, LaunchScript
  14.   hide menubar
  15.   put "on mousedown --DO NOT CHANGE THIS SCRIPT!!!"& return into InstallScript
  16.   put "global longname"& return after InstallScript
  17.   put "put "& quote&space"e&" into longname"& return after InstallScript
  18.   put "NoApp"& return after InstallScript
  19.   put "end mousedown"& return after InstallScript
  20.   --
  21.   put "on mousedown --DO NOT CHANGE THIS SCRIPT!!!"&return into LaunchScript
  22.   put "global longname"&return after LaunchScript
  23.   put "if the commandkey is not down then"&return after LaunchScript
  24.   put "put quote&space"e into longname"&return after LaunchScript
  25.   put "LaunchApp"&return after LaunchScript
  26.   put "else"&return after LaunchScript
  27.   put "put the loc of target into OrigLoc"&return after LaunchScript
  28.   put "put the rect of target into OrigRect"&return after LaunchScript
  29.   put "choose button tool"&return after LaunchScript
  30.   put "repeat until the mouse is up"&return after LaunchScript
  31.   put "set the loc of target to the mouseloc"&return after LaunchScript
  32.   put "end repeat"&return after LaunchScript
  33.   put "if moveButton(the loc of target,OrigLoc,OrigRect) is not"&"e&"Ok""e&&"then set the loc of target to OrigLoc"&return after LaunchScript
  34.   put "choose browse tool"&return after LaunchScript
  35.   put "end if"&return after LaunchScript
  36.   put "end mousedown"&return after LaunchScript
  37. end opencard
  38.  
  39.  
  40. -- part 4 (button)
  41. -- low flags: 00
  42. -- high flags: A000
  43. -- rect: left=2 top=7 right=56 bottom=128
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 29969 / 29969
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: AppleLink PE 1.0b94
  52. ----- HyperTalk script -----
  53. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  54.   global longname
  55.   if the commandkey is not down then
  56.     put "HD 45:AppleLink PE:AppleLink PE 1.0b94" into longname
  57.     LaunchApp
  58.   else
  59.     put the loc of target into OrigLoc
  60.     put the rect of target into OrigRect
  61.     choose button tool
  62.     repeat until the mouse is up
  63.       set the loc of target to the mouseloc
  64.     end repeat
  65.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  66.     choose browse tool
  67.   end if
  68. end mousedown
  69.  
  70.  
  71.  
  72. -- part 1 (button)
  73. -- low flags: 00
  74. -- high flags: 2004
  75. -- rect: left=21 top=7 right=24 bottom=40
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 10527 / 10527
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Appl Manager
  84. ----- HyperTalk script -----
  85. on mousedown
  86.   global myPlace
  87.   put the clickLoc into myPlace
  88.   ChangeApp
  89. end mousedown
  90.  
  91.  
  92. -- part 2 (button)
  93. -- low flags: 80
  94. -- high flags: 2004
  95. -- rect: left=21 top=7 right=24 bottom=40
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 1335 / 1335
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Doc Manager
  104. ----- HyperTalk script -----
  105. on mousedown
  106.   global myPlace
  107.   put the clickLoc into myPlace
  108.   ChangeDoc
  109. end mousedown
  110.  
  111.  
  112. -- part 3 (button)
  113. -- low flags: 80
  114. -- high flags: 2004
  115. -- rect: left=21 top=7 right=24 bottom=40
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 16152 / 16152
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: DA Manager
  124. ----- HyperTalk script -----
  125. on mousedown
  126.   changeDA
  127. end mousedown
  128.  
  129.  
  130.  
  131. -- part 8 (button)
  132. -- low flags: 00
  133. -- high flags: A000
  134. -- rect: left=2 top=59 right=108 bottom=128
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 24840 / 24840
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: MacDraw II
  143. ----- HyperTalk script -----
  144. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  145.   global longname
  146.   if the commandkey is not down then
  147.     put "HD 45:MacDraw II:MacDraw II" into longname
  148.     LaunchApp
  149.   else
  150.     put the loc of target into OrigLoc
  151.     put the rect of target into OrigRect
  152.     choose button tool
  153.     repeat until the mouse is up
  154.       set the loc of target to the mouseloc
  155.     end repeat
  156.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  157.     choose browse tool
  158.   end if
  159. end mousedown
  160.  
  161.  
  162.  
  163. -- part 5 (button)
  164. -- low flags: 00
  165. -- high flags: 2004
  166. -- rect: left=21 top=59 right=76 bottom=40
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 10527 / 10527
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: Appl Manager
  175. ----- HyperTalk script -----
  176. on mousedown
  177.   global myPlace
  178.   put the clickLoc into myPlace
  179.   ChangeApp
  180. end mousedown
  181.  
  182.  
  183. -- part 6 (button)
  184. -- low flags: 80
  185. -- high flags: 2004
  186. -- rect: left=21 top=59 right=76 bottom=40
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 1335 / 1335
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Doc Manager
  195. ----- HyperTalk script -----
  196. on mousedown
  197.   global myPlace
  198.   put the clickLoc into myPlace
  199.   ChangeDoc
  200. end mousedown
  201.  
  202.  
  203. -- part 7 (button)
  204. -- low flags: 80
  205. -- high flags: 2004
  206. -- rect: left=21 top=59 right=76 bottom=40
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 16152 / 16152
  209. -- text alignment: 1
  210. -- font id: 0
  211. -- text size: 12
  212. -- style flags: 0
  213. -- line height: 16
  214. -- part name: DA Manager
  215. ----- HyperTalk script -----
  216. on mousedown
  217.   changeDA
  218. end mousedown
  219.  
  220.  
  221.  
  222. -- part 12 (button)
  223. -- low flags: 00
  224. -- high flags: A000
  225. -- rect: left=2 top=111 right=160 bottom=128
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 1622 / 1622
  228. -- text alignment: 1
  229. -- font id: 0
  230. -- text size: 12
  231. -- style flags: 0
  232. -- line height: 16
  233. -- part name: Pirates!¬
  234. ----- HyperTalk script -----
  235. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  236.   global longname
  237.   if the commandkey is not down then
  238.     put "HD 45:Pirates!Γäó:Pirates!Γäó" into longname
  239.     LaunchApp
  240.   else
  241.     put the loc of target into OrigLoc
  242.     put the rect of target into OrigRect
  243.     choose button tool
  244.     repeat until the mouse is up
  245.       set the loc of target to the mouseloc
  246.     end repeat
  247.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  248.     choose browse tool
  249.   end if
  250. end mousedown
  251.  
  252.  
  253.  
  254. -- part 9 (button)
  255. -- low flags: 00
  256. -- high flags: 2004
  257. -- rect: left=21 top=111 right=128 bottom=40
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 10527 / 10527
  260. -- text alignment: 1
  261. -- font id: 0
  262. -- text size: 12
  263. -- style flags: 0
  264. -- line height: 16
  265. -- part name: Appl Manager
  266. ----- HyperTalk script -----
  267. on mousedown
  268.   global myPlace
  269.   put the clickLoc into myPlace
  270.   ChangeApp
  271. end mousedown
  272.  
  273.  
  274. -- part 10 (button)
  275. -- low flags: 80
  276. -- high flags: 2004
  277. -- rect: left=21 top=111 right=128 bottom=40
  278. -- title width / last selected line: 0
  279. -- icon id / first selected line: 1335 / 1335
  280. -- text alignment: 1
  281. -- font id: 0
  282. -- text size: 12
  283. -- style flags: 0
  284. -- line height: 16
  285. -- part name: Doc Manager
  286. ----- HyperTalk script -----
  287. on mousedown
  288.   global myPlace
  289.   put the clickLoc into myPlace
  290.   ChangeDoc
  291. end mousedown
  292.  
  293.  
  294. -- part 11 (button)
  295. -- low flags: 80
  296. -- high flags: 2004
  297. -- rect: left=21 top=111 right=128 bottom=40
  298. -- title width / last selected line: 0
  299. -- icon id / first selected line: 16152 / 16152
  300. -- text alignment: 1
  301. -- font id: 0
  302. -- text size: 12
  303. -- style flags: 0
  304. -- line height: 16
  305. -- part name: DA Manager
  306. ----- HyperTalk script -----
  307. on mousedown
  308.   changeDA
  309. end mousedown
  310.  
  311.  
  312.  
  313. -- part 16 (button)
  314. -- low flags: 00
  315. -- high flags: A000
  316. -- rect: left=2 top=163 right=212 bottom=128
  317. -- title width / last selected line: 0
  318. -- icon id / first selected line: 24033 / 24033
  319. -- text alignment: 1
  320. -- font id: 0
  321. -- text size: 12
  322. -- style flags: 0
  323. -- line height: 16
  324. -- part name: MacTools¿ v6.5
  325. ----- HyperTalk script -----
  326. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  327.   global longname
  328.   if the commandkey is not down then
  329.     put "HD 45:Utilities Folder:COPY II MAC:MacTools┬« v6.5" into longname
  330.     LaunchApp
  331.   else
  332.     put the loc of target into OrigLoc
  333.     put the rect of target into OrigRect
  334.     choose button tool
  335.     repeat until the mouse is up
  336.       set the loc of target to the mouseloc
  337.     end repeat
  338.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  339.     choose browse tool
  340.   end if
  341. end mousedown
  342.  
  343.  
  344.  
  345. -- part 13 (button)
  346. -- low flags: 00
  347. -- high flags: 2004
  348. -- rect: left=21 top=163 right=180 bottom=40
  349. -- title width / last selected line: 0
  350. -- icon id / first selected line: 10527 / 10527
  351. -- text alignment: 1
  352. -- font id: 0
  353. -- text size: 12
  354. -- style flags: 0
  355. -- line height: 16
  356. -- part name: Appl Manager
  357. ----- HyperTalk script -----
  358. on mousedown
  359.   global myPlace
  360.   put the clickLoc into myPlace
  361.   ChangeApp
  362. end mousedown
  363.  
  364.  
  365. -- part 14 (button)
  366. -- low flags: 80
  367. -- high flags: 2004
  368. -- rect: left=21 top=163 right=180 bottom=40
  369. -- title width / last selected line: 0
  370. -- icon id / first selected line: 1335 / 1335
  371. -- text alignment: 1
  372. -- font id: 0
  373. -- text size: 12
  374. -- style flags: 0
  375. -- line height: 16
  376. -- part name: Doc Manager
  377. ----- HyperTalk script -----
  378. on mousedown
  379.   global myPlace
  380.   put the clickLoc into myPlace
  381.   ChangeDoc
  382. end mousedown
  383.  
  384.  
  385. -- part 15 (button)
  386. -- low flags: 80
  387. -- high flags: 2004
  388. -- rect: left=21 top=163 right=180 bottom=40
  389. -- title width / last selected line: 0
  390. -- icon id / first selected line: 16152 / 16152
  391. -- text alignment: 1
  392. -- font id: 0
  393. -- text size: 12
  394. -- style flags: 0
  395. -- line height: 16
  396. -- part name: DA Manager
  397. ----- HyperTalk script -----
  398. on mousedown
  399.   changeDA
  400. end mousedown
  401.  
  402.  
  403.  
  404. -- part 20 (button)
  405. -- low flags: 00
  406. -- high flags: A004
  407. -- rect: left=2 top=215 right=239 bottom=128
  408. -- title width / last selected line: 0
  409. -- icon id / first selected line: 0 / 0
  410. -- text alignment: 1
  411. -- font id: 0
  412. -- text size: 12
  413. -- style flags: 0
  414. -- line height: 16
  415. -- part name: Install...
  416. ----- HyperTalk script -----
  417. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  418.   global longname
  419.   put " " into longname
  420.   NoApp
  421. end mousedown
  422.  
  423.  
  424.  
  425. -- part 17 (button)
  426. -- low flags: 80
  427. -- high flags: 2004
  428. -- rect: left=21 top=215 right=232 bottom=40
  429. -- title width / last selected line: 0
  430. -- icon id / first selected line: 10527 / 10527
  431. -- text alignment: 1
  432. -- font id: 0
  433. -- text size: 12
  434. -- style flags: 0
  435. -- line height: 16
  436. -- part name: Appl Manager
  437. ----- HyperTalk script -----
  438. on mousedown
  439.   global myPlace
  440.   put the clickLoc into myPlace
  441.   ChangeApp
  442. end mousedown
  443.  
  444.  
  445. -- part 18 (button)
  446. -- low flags: 80
  447. -- high flags: 2004
  448. -- rect: left=21 top=215 right=232 bottom=40
  449. -- title width / last selected line: 0
  450. -- icon id / first selected line: 1335 / 1335
  451. -- text alignment: 1
  452. -- font id: 0
  453. -- text size: 12
  454. -- style flags: 0
  455. -- line height: 16
  456. -- part name: Doc Manager
  457. ----- HyperTalk script -----
  458. on mousedown
  459.   global myPlace
  460.   put the clickLoc into myPlace
  461.   ChangeDoc
  462. end mousedown
  463.  
  464.  
  465. -- part 19 (button)
  466. -- low flags: 80
  467. -- high flags: 2004
  468. -- rect: left=21 top=215 right=232 bottom=40
  469. -- title width / last selected line: 0
  470. -- icon id / first selected line: 16152 / 16152
  471. -- text alignment: 1
  472. -- font id: 0
  473. -- text size: 12
  474. -- style flags: 0
  475. -- line height: 16
  476. -- part name: DA Manager
  477. ----- HyperTalk script -----
  478. on mousedown
  479.   changeDA
  480. end mousedown
  481.  
  482.  
  483.  
  484. -- part 24 (button)
  485. -- low flags: 00
  486. -- high flags: A000
  487. -- rect: left=129 top=7 right=56 bottom=255
  488. -- title width / last selected line: 0
  489. -- icon id / first selected line: 10764 / 10764
  490. -- text alignment: 1
  491. -- font id: 0
  492. -- text size: 12
  493. -- style flags: 0
  494. -- line height: 16
  495. -- part name: FreeHand
  496. ----- HyperTalk script -----
  497. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  498.   global longname
  499.   if the commandkey is not down then
  500.     put "HD 45:FreeHand:FreeHand" into longname
  501.     LaunchApp
  502.   else
  503.     put the loc of target into OrigLoc
  504.     put the rect of target into OrigRect
  505.     choose button tool
  506.     repeat until the mouse is up
  507.       set the loc of target to the mouseloc
  508.     end repeat
  509.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  510.     choose browse tool
  511.   end if
  512. end mousedown
  513.  
  514.  
  515.  
  516. -- part 21 (button)
  517. -- low flags: 00
  518. -- high flags: 2004
  519. -- rect: left=148 top=7 right=24 bottom=167
  520. -- title width / last selected line: 0
  521. -- icon id / first selected line: 10527 / 10527
  522. -- text alignment: 1
  523. -- font id: 0
  524. -- text size: 12
  525. -- style flags: 0
  526. -- line height: 16
  527. -- part name: Appl Manager
  528. ----- HyperTalk script -----
  529. on mousedown
  530.   global myPlace
  531.   put the clickLoc into myPlace
  532.   ChangeApp
  533. end mousedown
  534.  
  535.  
  536. -- part 22 (button)
  537. -- low flags: 80
  538. -- high flags: 2004
  539. -- rect: left=148 top=7 right=24 bottom=167
  540. -- title width / last selected line: 0
  541. -- icon id / first selected line: 1335 / 1335
  542. -- text alignment: 1
  543. -- font id: 0
  544. -- text size: 12
  545. -- style flags: 0
  546. -- line height: 16
  547. -- part name: Doc Manager
  548. ----- HyperTalk script -----
  549. on mousedown
  550.   global myPlace
  551.   put the clickLoc into myPlace
  552.   ChangeDoc
  553. end mousedown
  554.  
  555.  
  556. -- part 23 (button)
  557. -- low flags: 80
  558. -- high flags: 2004
  559. -- rect: left=148 top=7 right=24 bottom=167
  560. -- title width / last selected line: 0
  561. -- icon id / first selected line: 16152 / 16152
  562. -- text alignment: 1
  563. -- font id: 0
  564. -- text size: 12
  565. -- style flags: 0
  566. -- line height: 16
  567. -- part name: DA Manager
  568. ----- HyperTalk script -----
  569. on mousedown
  570.   changeDA
  571. end mousedown
  572.  
  573.  
  574.  
  575. -- part 28 (button)
  576. -- low flags: 00
  577. -- high flags: A000
  578. -- rect: left=129 top=59 right=108 bottom=255
  579. -- title width / last selected line: 0
  580. -- icon id / first selected line: 7653 / 7653
  581. -- text alignment: 1
  582. -- font id: 0
  583. -- text size: 12
  584. -- style flags: 0
  585. -- line height: 16
  586. -- part name: Microsoft Works
  587. ----- HyperTalk script -----
  588. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  589.   global longname
  590.   if the commandkey is not down then
  591.     put "HD 45:MS Works:Microsoft Works" into longname
  592.     LaunchApp
  593.   else
  594.     put the loc of target into OrigLoc
  595.     put the rect of target into OrigRect
  596.     choose button tool
  597.     repeat until the mouse is up
  598.       set the loc of target to the mouseloc
  599.     end repeat
  600.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  601.     choose browse tool
  602.   end if
  603. end mousedown
  604.  
  605.  
  606.  
  607. -- part 25 (button)
  608. -- low flags: 00
  609. -- high flags: 2004
  610. -- rect: left=148 top=59 right=76 bottom=167
  611. -- title width / last selected line: 0
  612. -- icon id / first selected line: 10527 / 10527
  613. -- text alignment: 1
  614. -- font id: 0
  615. -- text size: 12
  616. -- style flags: 0
  617. -- line height: 16
  618. -- part name: Appl Manager
  619. ----- HyperTalk script -----
  620. on mousedown
  621.   global myPlace
  622.   put the clickLoc into myPlace
  623.   ChangeApp
  624. end mousedown
  625.  
  626.  
  627. -- part 26 (button)
  628. -- low flags: 80
  629. -- high flags: 2004
  630. -- rect: left=148 top=59 right=76 bottom=167
  631. -- title width / last selected line: 0
  632. -- icon id / first selected line: 1335 / 1335
  633. -- text alignment: 1
  634. -- font id: 0
  635. -- text size: 12
  636. -- style flags: 0
  637. -- line height: 16
  638. -- part name: Doc Manager
  639. ----- HyperTalk script -----
  640. on mousedown
  641.   global myPlace
  642.   put the clickLoc into myPlace
  643.   ChangeDoc
  644. end mousedown
  645.  
  646.  
  647. -- part 27 (button)
  648. -- low flags: 80
  649. -- high flags: 2004
  650. -- rect: left=148 top=59 right=76 bottom=167
  651. -- title width / last selected line: 0
  652. -- icon id / first selected line: 16152 / 16152
  653. -- text alignment: 1
  654. -- font id: 0
  655. -- text size: 12
  656. -- style flags: 0
  657. -- line height: 16
  658. -- part name: DA Manager
  659. ----- HyperTalk script -----
  660. on mousedown
  661.   changeDA
  662. end mousedown
  663.  
  664.  
  665.  
  666. -- part 32 (button)
  667. -- low flags: 00
  668. -- high flags: A000
  669. -- rect: left=129 top=111 right=160 bottom=255
  670. -- title width / last selected line: 0
  671. -- icon id / first selected line: 23964 / 23964
  672. -- text alignment: 1
  673. -- font id: 0
  674. -- text size: 12
  675. -- style flags: 0
  676. -- line height: 16
  677. -- part name: .SuperPaint 1.1
  678. ----- HyperTalk script -----
  679. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  680.   global longname
  681.   if the commandkey is not down then
  682.     put "HD 45:SuperPaint 1.1:.SuperPaint 1.1" into longname
  683.     LaunchApp
  684.   else
  685.     put the loc of target into OrigLoc
  686.     put the rect of target into OrigRect
  687.     choose button tool
  688.     repeat until the mouse is up
  689.       set the loc of target to the mouseloc
  690.     end repeat
  691.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  692.     choose browse tool
  693.   end if
  694. end mousedown
  695.  
  696.  
  697.  
  698. -- part 29 (button)
  699. -- low flags: 00
  700. -- high flags: 2004
  701. -- rect: left=148 top=111 right=128 bottom=167
  702. -- title width / last selected line: 0
  703. -- icon id / first selected line: 10527 / 10527
  704. -- text alignment: 1
  705. -- font id: 0
  706. -- text size: 12
  707. -- style flags: 0
  708. -- line height: 16
  709. -- part name: Appl Manager
  710. ----- HyperTalk script -----
  711. on mousedown
  712.   global myPlace
  713.   put the clickLoc into myPlace
  714.   ChangeApp
  715. end mousedown
  716.  
  717.  
  718. -- part 30 (button)
  719. -- low flags: 80
  720. -- high flags: 2004
  721. -- rect: left=148 top=111 right=128 bottom=167
  722. -- title width / last selected line: 0
  723. -- icon id / first selected line: 1335 / 1335
  724. -- text alignment: 1
  725. -- font id: 0
  726. -- text size: 12
  727. -- style flags: 0
  728. -- line height: 16
  729. -- part name: Doc Manager
  730. ----- HyperTalk script -----
  731. on mousedown
  732.   global myPlace
  733.   put the clickLoc into myPlace
  734.   ChangeDoc
  735. end mousedown
  736.  
  737.  
  738. -- part 31 (button)
  739. -- low flags: 80
  740. -- high flags: 2004
  741. -- rect: left=148 top=111 right=128 bottom=167
  742. -- title width / last selected line: 0
  743. -- icon id / first selected line: 16152 / 16152
  744. -- text alignment: 1
  745. -- font id: 0
  746. -- text size: 12
  747. -- style flags: 0
  748. -- line height: 16
  749. -- part name: DA Manager
  750. ----- HyperTalk script -----
  751. on mousedown
  752.   changeDA
  753. end mousedown
  754.  
  755.  
  756.  
  757. -- part 36 (button)
  758. -- low flags: 00
  759. -- high flags: A000
  760. -- rect: left=129 top=163 right=212 bottom=255
  761. -- title width / last selected line: 0
  762. -- icon id / first selected line: 21139 / 21139
  763. -- text alignment: 1
  764. -- font id: 0
  765. -- text size: 12
  766. -- style flags: 0
  767. -- line height: 16
  768. -- part name: Copy II¿ Hard Disk v6.5
  769. ----- HyperTalk script -----
  770. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  771.   global longname
  772.   if the commandkey is not down then
  773.     put "HD 45:Utilities Folder:COPY II MAC:Copy II┬« Hard Disk v6.5" into longname
  774.     LaunchApp
  775.   else
  776.     put the loc of target into OrigLoc
  777.     put the rect of target into OrigRect
  778.     choose button tool
  779.     repeat until the mouse is up
  780.       set the loc of target to the mouseloc
  781.     end repeat
  782.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  783.     choose browse tool
  784.   end if
  785. end mousedown
  786.  
  787.  
  788.  
  789. -- part 33 (button)
  790. -- low flags: 00
  791. -- high flags: 2004
  792. -- rect: left=148 top=163 right=180 bottom=167
  793. -- title width / last selected line: 0
  794. -- icon id / first selected line: 10527 / 10527
  795. -- text alignment: 1
  796. -- font id: 0
  797. -- text size: 12
  798. -- style flags: 0
  799. -- line height: 16
  800. -- part name: Appl Manager
  801. ----- HyperTalk script -----
  802. on mousedown
  803.   global myPlace
  804.   put the clickLoc into myPlace
  805.   ChangeApp
  806. end mousedown
  807.  
  808.  
  809. -- part 34 (button)
  810. -- low flags: 80
  811. -- high flags: 2004
  812. -- rect: left=148 top=163 right=180 bottom=167
  813. -- title width / last selected line: 0
  814. -- icon id / first selected line: 1335 / 1335
  815. -- text alignment: 1
  816. -- font id: 0
  817. -- text size: 12
  818. -- style flags: 0
  819. -- line height: 16
  820. -- part name: Doc Manager
  821. ----- HyperTalk script -----
  822. on mousedown
  823.   global myPlace
  824.   put the clickLoc into myPlace
  825.   ChangeDoc
  826. end mousedown
  827.  
  828.  
  829. -- part 35 (button)
  830. -- low flags: 80
  831. -- high flags: 2004
  832. -- rect: left=148 top=163 right=180 bottom=167
  833. -- title width / last selected line: 0
  834. -- icon id / first selected line: 16152 / 16152
  835. -- text alignment: 1
  836. -- font id: 0
  837. -- text size: 12
  838. -- style flags: 0
  839. -- line height: 16
  840. -- part name: DA Manager
  841. ----- HyperTalk script -----
  842. on mousedown
  843.   changeDA
  844. end mousedown
  845.  
  846.  
  847.  
  848. -- part 40 (button)
  849. -- low flags: 00
  850. -- high flags: A004
  851. -- rect: left=129 top=215 right=239 bottom=255
  852. -- title width / last selected line: 0
  853. -- icon id / first selected line: 0 / 0
  854. -- text alignment: 1
  855. -- font id: 0
  856. -- text size: 12
  857. -- style flags: 0
  858. -- line height: 16
  859. -- part name: Install...
  860. ----- HyperTalk script -----
  861. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  862.   global longname
  863.   put " " into longname
  864.   NoApp
  865. end mousedown
  866.  
  867.  
  868.  
  869. -- part 37 (button)
  870. -- low flags: 80
  871. -- high flags: 2004
  872. -- rect: left=148 top=215 right=232 bottom=167
  873. -- title width / last selected line: 0
  874. -- icon id / first selected line: 10527 / 10527
  875. -- text alignment: 1
  876. -- font id: 0
  877. -- text size: 12
  878. -- style flags: 0
  879. -- line height: 16
  880. -- part name: Appl Manager
  881. ----- HyperTalk script -----
  882. on mousedown
  883.   global myPlace
  884.   put the clickLoc into myPlace
  885.   ChangeApp
  886. end mousedown
  887.  
  888.  
  889. -- part 38 (button)
  890. -- low flags: 80
  891. -- high flags: 2004
  892. -- rect: left=148 top=215 right=232 bottom=167
  893. -- title width / last selected line: 0
  894. -- icon id / first selected line: 1335 / 1335
  895. -- text alignment: 1
  896. -- font id: 0
  897. -- text size: 12
  898. -- style flags: 0
  899. -- line height: 16
  900. -- part name: Doc Manager
  901. ----- HyperTalk script -----
  902. on mousedown
  903.   global myPlace
  904.   put the clickLoc into myPlace
  905.   ChangeDoc
  906. end mousedown
  907.  
  908.  
  909. -- part 39 (button)
  910. -- low flags: 80
  911. -- high flags: 2004
  912. -- rect: left=148 top=215 right=232 bottom=167
  913. -- title width / last selected line: 0
  914. -- icon id / first selected line: 16152 / 16152
  915. -- text alignment: 1
  916. -- font id: 0
  917. -- text size: 12
  918. -- style flags: 0
  919. -- line height: 16
  920. -- part name: DA Manager
  921. ----- HyperTalk script -----
  922. on mousedown
  923.   changeDA
  924. end mousedown
  925.  
  926.  
  927.  
  928. -- part 44 (button)
  929. -- low flags: 00
  930. -- high flags: A000
  931. -- rect: left=256 top=7 right=56 bottom=382
  932. -- title width / last selected line: 0
  933. -- icon id / first selected line: 7506 / 7506
  934. -- text alignment: 1
  935. -- font id: 0
  936. -- text size: 12
  937. -- style flags: 0
  938. -- line height: 16
  939. -- part name: ATC 4.0
  940. ----- HyperTalk script -----
  941. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  942.   global longname
  943.   if the commandkey is not down then
  944.     put "HD 45:Games Folder:ATC 4.0" into longname
  945.     LaunchApp
  946.   else
  947.     put the loc of target into OrigLoc
  948.     put the rect of target into OrigRect
  949.     choose button tool
  950.     repeat until the mouse is up
  951.       set the loc of target to the mouseloc
  952.     end repeat
  953.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  954.     choose browse tool
  955.   end if
  956. end mousedown
  957.  
  958.  
  959.  
  960. -- part 41 (button)
  961. -- low flags: 00
  962. -- high flags: 2004
  963. -- rect: left=275 top=7 right=24 bottom=294
  964. -- title width / last selected line: 0
  965. -- icon id / first selected line: 10527 / 10527
  966. -- text alignment: 1
  967. -- font id: 0
  968. -- text size: 12
  969. -- style flags: 0
  970. -- line height: 16
  971. -- part name: Appl Manager
  972. ----- HyperTalk script -----
  973. on mousedown
  974.   global myPlace
  975.   put the clickLoc into myPlace
  976.   ChangeApp
  977. end mousedown
  978.  
  979.  
  980. -- part 42 (button)
  981. -- low flags: 80
  982. -- high flags: 2004
  983. -- rect: left=275 top=7 right=24 bottom=294
  984. -- title width / last selected line: 0
  985. -- icon id / first selected line: 1335 / 1335
  986. -- text alignment: 1
  987. -- font id: 0
  988. -- text size: 12
  989. -- style flags: 0
  990. -- line height: 16
  991. -- part name: Doc Manager
  992. ----- HyperTalk script -----
  993. on mousedown
  994.   global myPlace
  995.   put the clickLoc into myPlace
  996.   ChangeDoc
  997. end mousedown
  998.  
  999.  
  1000. -- part 43 (button)
  1001. -- low flags: 80
  1002. -- high flags: 2004
  1003. -- rect: left=275 top=7 right=24 bottom=294
  1004. -- title width / last selected line: 0
  1005. -- icon id / first selected line: 16152 / 16152
  1006. -- text alignment: 1
  1007. -- font id: 0
  1008. -- text size: 12
  1009. -- style flags: 0
  1010. -- line height: 16
  1011. -- part name: DA Manager
  1012. ----- HyperTalk script -----
  1013. on mousedown
  1014.   changeDA
  1015. end mousedown
  1016.  
  1017.  
  1018.  
  1019. -- part 48 (button)
  1020. -- low flags: 00
  1021. -- high flags: A000
  1022. -- rect: left=256 top=59 right=108 bottom=382
  1023. -- title width / last selected line: 0
  1024. -- icon id / first selected line: 13861 / 13861
  1025. -- text alignment: 1
  1026. -- font id: 0
  1027. -- text size: 12
  1028. -- style flags: 0
  1029. -- line height: 16
  1030. -- part name: RR 9.4
  1031. ----- HyperTalk script -----
  1032. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1033.   global longname
  1034.   if the commandkey is not down then
  1035.     put "HD 45:On-Line Folder:RR 9.4" into longname
  1036.     LaunchApp
  1037.   else
  1038.     put the loc of target into OrigLoc
  1039.     put the rect of target into OrigRect
  1040.     choose button tool
  1041.     repeat until the mouse is up
  1042.       set the loc of target to the mouseloc
  1043.     end repeat
  1044.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1045.     choose browse tool
  1046.   end if
  1047. end mousedown
  1048.  
  1049.  
  1050.  
  1051. -- part 45 (button)
  1052. -- low flags: 00
  1053. -- high flags: 2004
  1054. -- rect: left=275 top=59 right=76 bottom=294
  1055. -- title width / last selected line: 0
  1056. -- icon id / first selected line: 10527 / 10527
  1057. -- text alignment: 1
  1058. -- font id: 0
  1059. -- text size: 12
  1060. -- style flags: 0
  1061. -- line height: 16
  1062. -- part name: Appl Manager
  1063. ----- HyperTalk script -----
  1064. on mousedown
  1065.   global myPlace
  1066.   put the clickLoc into myPlace
  1067.   ChangeApp
  1068. end mousedown
  1069.  
  1070.  
  1071. -- part 46 (button)
  1072. -- low flags: 80
  1073. -- high flags: 2004
  1074. -- rect: left=275 top=59 right=76 bottom=294
  1075. -- title width / last selected line: 0
  1076. -- icon id / first selected line: 1335 / 1335
  1077. -- text alignment: 1
  1078. -- font id: 0
  1079. -- text size: 12
  1080. -- style flags: 0
  1081. -- line height: 16
  1082. -- part name: Doc Manager
  1083. ----- HyperTalk script -----
  1084. on mousedown
  1085.   global myPlace
  1086.   put the clickLoc into myPlace
  1087.   ChangeDoc
  1088. end mousedown
  1089.  
  1090.  
  1091. -- part 47 (button)
  1092. -- low flags: 80
  1093. -- high flags: 2004
  1094. -- rect: left=275 top=59 right=76 bottom=294
  1095. -- title width / last selected line: 0
  1096. -- icon id / first selected line: 16152 / 16152
  1097. -- text alignment: 1
  1098. -- font id: 0
  1099. -- text size: 12
  1100. -- style flags: 0
  1101. -- line height: 16
  1102. -- part name: DA Manager
  1103. ----- HyperTalk script -----
  1104. on mousedown
  1105.   changeDA
  1106. end mousedown
  1107.  
  1108.  
  1109.  
  1110. -- part 52 (button)
  1111. -- low flags: 00
  1112. -- high flags: A000
  1113. -- rect: left=256 top=111 right=160 bottom=382
  1114. -- title width / last selected line: 0
  1115. -- icon id / first selected line: 9119 / 9119
  1116. -- text alignment: 1
  1117. -- font id: 0
  1118. -- text size: 12
  1119. -- style flags: 0
  1120. -- line height: 16
  1121. -- part name: PrintMonitor
  1122. ----- HyperTalk script -----
  1123. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1124.   global longname
  1125.   if the commandkey is not down then
  1126.     put "HD 45:System Folder:PrintMonitor" into longname
  1127.     LaunchApp
  1128.   else
  1129.     put the loc of target into OrigLoc
  1130.     put the rect of target into OrigRect
  1131.     choose button tool
  1132.     repeat until the mouse is up
  1133.       set the loc of target to the mouseloc
  1134.     end repeat
  1135.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1136.     choose browse tool
  1137.   end if
  1138. end mousedown
  1139.  
  1140.  
  1141.  
  1142. -- part 49 (button)
  1143. -- low flags: 00
  1144. -- high flags: 2004
  1145. -- rect: left=275 top=111 right=128 bottom=294
  1146. -- title width / last selected line: 0
  1147. -- icon id / first selected line: 10527 / 10527
  1148. -- text alignment: 1
  1149. -- font id: 0
  1150. -- text size: 12
  1151. -- style flags: 0
  1152. -- line height: 16
  1153. -- part name: Appl Manager
  1154. ----- HyperTalk script -----
  1155. on mousedown
  1156.   global myPlace
  1157.   put the clickLoc into myPlace
  1158.   ChangeApp
  1159. end mousedown
  1160.  
  1161.  
  1162. -- part 50 (button)
  1163. -- low flags: 80
  1164. -- high flags: 2004
  1165. -- rect: left=275 top=111 right=128 bottom=294
  1166. -- title width / last selected line: 0
  1167. -- icon id / first selected line: 1335 / 1335
  1168. -- text alignment: 1
  1169. -- font id: 0
  1170. -- text size: 12
  1171. -- style flags: 0
  1172. -- line height: 16
  1173. -- part name: Doc Manager
  1174. ----- HyperTalk script -----
  1175. on mousedown
  1176.   global myPlace
  1177.   put the clickLoc into myPlace
  1178.   ChangeDoc
  1179. end mousedown
  1180.  
  1181.  
  1182. -- part 51 (button)
  1183. -- low flags: 80
  1184. -- high flags: 2004
  1185. -- rect: left=275 top=111 right=128 bottom=294
  1186. -- title width / last selected line: 0
  1187. -- icon id / first selected line: 16152 / 16152
  1188. -- text alignment: 1
  1189. -- font id: 0
  1190. -- text size: 12
  1191. -- style flags: 0
  1192. -- line height: 16
  1193. -- part name: DA Manager
  1194. ----- HyperTalk script -----
  1195. on mousedown
  1196.   changeDA
  1197. end mousedown
  1198.  
  1199.  
  1200.  
  1201. -- part 56 (button)
  1202. -- low flags: 00
  1203. -- high flags: A000
  1204. -- rect: left=256 top=163 right=212 bottom=382
  1205. -- title width / last selected line: 0
  1206. -- icon id / first selected line: 27372 / 27372
  1207. -- text alignment: 1
  1208. -- font id: 0
  1209. -- text size: 12
  1210. -- style flags: 0
  1211. -- line height: 16
  1212. -- part name: Copy II¿ v6.5
  1213. ----- HyperTalk script -----
  1214. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1215.   global longname
  1216.   if the commandkey is not down then
  1217.     put "HD 45:Utilities Folder:COPY II MAC:Copy II┬« v6.5" into longname
  1218.     LaunchApp
  1219.   else
  1220.     put the loc of target into OrigLoc
  1221.     put the rect of target into OrigRect
  1222.     choose button tool
  1223.     repeat until the mouse is up
  1224.       set the loc of target to the mouseloc
  1225.     end repeat
  1226.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1227.     choose browse tool
  1228.   end if
  1229. end mousedown
  1230.  
  1231.  
  1232.  
  1233. -- part 53 (button)
  1234. -- low flags: 00
  1235. -- high flags: 2004
  1236. -- rect: left=275 top=163 right=180 bottom=294
  1237. -- title width / last selected line: 0
  1238. -- icon id / first selected line: 10527 / 10527
  1239. -- text alignment: 1
  1240. -- font id: 0
  1241. -- text size: 12
  1242. -- style flags: 0
  1243. -- line height: 16
  1244. -- part name: Appl Manager
  1245. ----- HyperTalk script -----
  1246. on mousedown
  1247.   global myPlace
  1248.   put the clickLoc into myPlace
  1249.   ChangeApp
  1250. end mousedown
  1251.  
  1252.  
  1253. -- part 54 (button)
  1254. -- low flags: 80
  1255. -- high flags: 2004
  1256. -- rect: left=275 top=163 right=180 bottom=294
  1257. -- title width / last selected line: 0
  1258. -- icon id / first selected line: 1335 / 1335
  1259. -- text alignment: 1
  1260. -- font id: 0
  1261. -- text size: 12
  1262. -- style flags: 0
  1263. -- line height: 16
  1264. -- part name: Doc Manager
  1265. ----- HyperTalk script -----
  1266. on mousedown
  1267.   global myPlace
  1268.   put the clickLoc into myPlace
  1269.   ChangeDoc
  1270. end mousedown
  1271.  
  1272.  
  1273. -- part 55 (button)
  1274. -- low flags: 80
  1275. -- high flags: 2004
  1276. -- rect: left=275 top=163 right=180 bottom=294
  1277. -- title width / last selected line: 0
  1278. -- icon id / first selected line: 16152 / 16152
  1279. -- text alignment: 1
  1280. -- font id: 0
  1281. -- text size: 12
  1282. -- style flags: 0
  1283. -- line height: 16
  1284. -- part name: DA Manager
  1285. ----- HyperTalk script -----
  1286. on mousedown
  1287.   changeDA
  1288. end mousedown
  1289.  
  1290.  
  1291.  
  1292. -- part 60 (button)
  1293. -- low flags: 00
  1294. -- high flags: A004
  1295. -- rect: left=256 top=215 right=239 bottom=382
  1296. -- title width / last selected line: 0
  1297. -- icon id / first selected line: 0 / 0
  1298. -- text alignment: 1
  1299. -- font id: 0
  1300. -- text size: 12
  1301. -- style flags: 0
  1302. -- line height: 16
  1303. -- part name: Install...
  1304. ----- HyperTalk script -----
  1305. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1306.   global longname
  1307.   put " " into longname
  1308.   NoApp
  1309. end mousedown
  1310.  
  1311.  
  1312.  
  1313. -- part 57 (button)
  1314. -- low flags: 80
  1315. -- high flags: 2004
  1316. -- rect: left=275 top=215 right=232 bottom=294
  1317. -- title width / last selected line: 0
  1318. -- icon id / first selected line: 10527 / 10527
  1319. -- text alignment: 1
  1320. -- font id: 0
  1321. -- text size: 12
  1322. -- style flags: 0
  1323. -- line height: 16
  1324. -- part name: Appl Manager
  1325. ----- HyperTalk script -----
  1326. on mousedown
  1327.   global myPlace
  1328.   put the clickLoc into myPlace
  1329.   ChangeApp
  1330. end mousedown
  1331.  
  1332.  
  1333. -- part 58 (button)
  1334. -- low flags: 80
  1335. -- high flags: 2004
  1336. -- rect: left=275 top=215 right=232 bottom=294
  1337. -- title width / last selected line: 0
  1338. -- icon id / first selected line: 1335 / 1335
  1339. -- text alignment: 1
  1340. -- font id: 0
  1341. -- text size: 12
  1342. -- style flags: 0
  1343. -- line height: 16
  1344. -- part name: Doc Manager
  1345. ----- HyperTalk script -----
  1346. on mousedown
  1347.   global myPlace
  1348.   put the clickLoc into myPlace
  1349.   ChangeDoc
  1350. end mousedown
  1351.  
  1352.  
  1353. -- part 59 (button)
  1354. -- low flags: 80
  1355. -- high flags: 2004
  1356. -- rect: left=275 top=215 right=232 bottom=294
  1357. -- title width / last selected line: 0
  1358. -- icon id / first selected line: 16152 / 16152
  1359. -- text alignment: 1
  1360. -- font id: 0
  1361. -- text size: 12
  1362. -- style flags: 0
  1363. -- line height: 16
  1364. -- part name: DA Manager
  1365. ----- HyperTalk script -----
  1366. on mousedown
  1367.   changeDA
  1368. end mousedown
  1369.  
  1370.  
  1371.  
  1372. -- part 64 (button)
  1373. -- low flags: 00
  1374. -- high flags: A000
  1375. -- rect: left=383 top=7 right=56 bottom=509
  1376. -- title width / last selected line: 0
  1377. -- icon id / first selected line: 28013 / 28013
  1378. -- text alignment: 1
  1379. -- font id: 0
  1380. -- text size: 12
  1381. -- style flags: 0
  1382. -- line height: 16
  1383. -- part name: Cairo ShootOut
  1384. ----- HyperTalk script -----
  1385. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1386.   global longname
  1387.   if the commandkey is not down then
  1388.     put "HD 45:Games Folder:Cairo ShootOut" into longname
  1389.     LaunchApp
  1390.   else
  1391.     put the loc of target into OrigLoc
  1392.     put the rect of target into OrigRect
  1393.     choose button tool
  1394.     repeat until the mouse is up
  1395.       set the loc of target to the mouseloc
  1396.     end repeat
  1397.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1398.     choose browse tool
  1399.   end if
  1400. end mousedown
  1401.  
  1402.  
  1403.  
  1404. -- part 61 (button)
  1405. -- low flags: 00
  1406. -- high flags: 2004
  1407. -- rect: left=402 top=7 right=24 bottom=421
  1408. -- title width / last selected line: 0
  1409. -- icon id / first selected line: 10527 / 10527
  1410. -- text alignment: 1
  1411. -- font id: 0
  1412. -- text size: 12
  1413. -- style flags: 0
  1414. -- line height: 16
  1415. -- part name: Appl Manager
  1416. ----- HyperTalk script -----
  1417. on mousedown
  1418.   global myPlace
  1419.   put the clickLoc into myPlace
  1420.   ChangeApp
  1421. end mousedown
  1422.  
  1423.  
  1424. -- part 62 (button)
  1425. -- low flags: 80
  1426. -- high flags: 2004
  1427. -- rect: left=402 top=7 right=24 bottom=421
  1428. -- title width / last selected line: 0
  1429. -- icon id / first selected line: 1335 / 1335
  1430. -- text alignment: 1
  1431. -- font id: 0
  1432. -- text size: 12
  1433. -- style flags: 0
  1434. -- line height: 16
  1435. -- part name: Doc Manager
  1436. ----- HyperTalk script -----
  1437. on mousedown
  1438.   global myPlace
  1439.   put the clickLoc into myPlace
  1440.   ChangeDoc
  1441. end mousedown
  1442.  
  1443.  
  1444. -- part 63 (button)
  1445. -- low flags: 80
  1446. -- high flags: 2004
  1447. -- rect: left=402 top=7 right=24 bottom=421
  1448. -- title width / last selected line: 0
  1449. -- icon id / first selected line: 16152 / 16152
  1450. -- text alignment: 1
  1451. -- font id: 0
  1452. -- text size: 12
  1453. -- style flags: 0
  1454. -- line height: 16
  1455. -- part name: DA Manager
  1456. ----- HyperTalk script -----
  1457. on mousedown
  1458.   changeDA
  1459. end mousedown
  1460.  
  1461.  
  1462.  
  1463. -- part 68 (button)
  1464. -- low flags: 00
  1465. -- high flags: A000
  1466. -- rect: left=383 top=59 right=108 bottom=509
  1467. -- title width / last selected line: 0
  1468. -- icon id / first selected line: 26816 / 26816
  1469. -- text alignment: 1
  1470. -- font id: 0
  1471. -- text size: 12
  1472. -- style flags: 0
  1473. -- line height: 16
  1474. -- part name: PageMaker 3.0
  1475. ----- HyperTalk script -----
  1476. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1477.   global longname
  1478.   if the commandkey is not down then
  1479.     put "HD 45:Pagemaker 3.0:PageMaker 3.0" into longname
  1480.     LaunchApp
  1481.   else
  1482.     put the loc of target into OrigLoc
  1483.     put the rect of target into OrigRect
  1484.     choose button tool
  1485.     repeat until the mouse is up
  1486.       set the loc of target to the mouseloc
  1487.     end repeat
  1488.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1489.     choose browse tool
  1490.   end if
  1491. end mousedown
  1492.  
  1493.  
  1494.  
  1495. -- part 65 (button)
  1496. -- low flags: 00
  1497. -- high flags: 2004
  1498. -- rect: left=402 top=59 right=76 bottom=421
  1499. -- title width / last selected line: 0
  1500. -- icon id / first selected line: 10527 / 10527
  1501. -- text alignment: 1
  1502. -- font id: 0
  1503. -- text size: 12
  1504. -- style flags: 0
  1505. -- line height: 16
  1506. -- part name: Appl Manager
  1507. ----- HyperTalk script -----
  1508. on mousedown
  1509.   global myPlace
  1510.   put the clickLoc into myPlace
  1511.   ChangeApp
  1512. end mousedown
  1513.  
  1514.  
  1515. -- part 66 (button)
  1516. -- low flags: 80
  1517. -- high flags: 2004
  1518. -- rect: left=402 top=59 right=76 bottom=421
  1519. -- title width / last selected line: 0
  1520. -- icon id / first selected line: 1335 / 1335
  1521. -- text alignment: 1
  1522. -- font id: 0
  1523. -- text size: 12
  1524. -- style flags: 0
  1525. -- line height: 16
  1526. -- part name: Doc Manager
  1527. ----- HyperTalk script -----
  1528. on mousedown
  1529.   global myPlace
  1530.   put the clickLoc into myPlace
  1531.   ChangeDoc
  1532. end mousedown
  1533.  
  1534.  
  1535. -- part 67 (button)
  1536. -- low flags: 80
  1537. -- high flags: 2004
  1538. -- rect: left=402 top=59 right=76 bottom=421
  1539. -- title width / last selected line: 0
  1540. -- icon id / first selected line: 16152 / 16152
  1541. -- text alignment: 1
  1542. -- font id: 0
  1543. -- text size: 12
  1544. -- style flags: 0
  1545. -- line height: 16
  1546. -- part name: DA Manager
  1547. ----- HyperTalk script -----
  1548. on mousedown
  1549.   changeDA
  1550. end mousedown
  1551.  
  1552.  
  1553.  
  1554. -- part 72 (button)
  1555. -- low flags: 00
  1556. -- high flags: A000
  1557. -- rect: left=383 top=111 right=160 bottom=509
  1558. -- title width / last selected line: 0
  1559. -- icon id / first selected line: 13798 / 13798
  1560. -- text alignment: 1
  1561. -- font id: 0
  1562. -- text size: 12
  1563. -- style flags: 0
  1564. -- line height: 16
  1565. -- part name: StuffIt 1.51
  1566. ----- HyperTalk script -----
  1567. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1568.   global longname
  1569.   if the commandkey is not down then
  1570.     put "HD 45:Utilities Folder:StuffIt 1.51" into longname
  1571.     LaunchApp
  1572.   else
  1573.     put the loc of target into OrigLoc
  1574.     put the rect of target into OrigRect
  1575.     choose button tool
  1576.     repeat until the mouse is up
  1577.       set the loc of target to the mouseloc
  1578.     end repeat
  1579.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1580.     choose browse tool
  1581.   end if
  1582. end mousedown
  1583.  
  1584.  
  1585.  
  1586. -- part 69 (button)
  1587. -- low flags: 00
  1588. -- high flags: 2004
  1589. -- rect: left=402 top=111 right=128 bottom=421
  1590. -- title width / last selected line: 0
  1591. -- icon id / first selected line: 10527 / 10527
  1592. -- text alignment: 1
  1593. -- font id: 0
  1594. -- text size: 12
  1595. -- style flags: 0
  1596. -- line height: 16
  1597. -- part name: Appl Manager
  1598. ----- HyperTalk script -----
  1599. on mousedown
  1600.   global myPlace
  1601.   put the clickLoc into myPlace
  1602.   ChangeApp
  1603. end mousedown
  1604.  
  1605.  
  1606. -- part 70 (button)
  1607. -- low flags: 80
  1608. -- high flags: 2004
  1609. -- rect: left=402 top=111 right=128 bottom=421
  1610. -- title width / last selected line: 0
  1611. -- icon id / first selected line: 1335 / 1335
  1612. -- text alignment: 1
  1613. -- font id: 0
  1614. -- text size: 12
  1615. -- style flags: 0
  1616. -- line height: 16
  1617. -- part name: Doc Manager
  1618. ----- HyperTalk script -----
  1619. on mousedown
  1620.   global myPlace
  1621.   put the clickLoc into myPlace
  1622.   ChangeDoc
  1623. end mousedown
  1624.  
  1625.  
  1626. -- part 71 (button)
  1627. -- low flags: 80
  1628. -- high flags: 2004
  1629. -- rect: left=402 top=111 right=128 bottom=421
  1630. -- title width / last selected line: 0
  1631. -- icon id / first selected line: 16152 / 16152
  1632. -- text alignment: 1
  1633. -- font id: 0
  1634. -- text size: 12
  1635. -- style flags: 0
  1636. -- line height: 16
  1637. -- part name: DA Manager
  1638. ----- HyperTalk script -----
  1639. on mousedown
  1640.   changeDA
  1641. end mousedown
  1642.  
  1643.  
  1644.  
  1645. -- part 76 (button)
  1646. -- low flags: 00
  1647. -- high flags: A000
  1648. -- rect: left=383 top=163 right=212 bottom=509
  1649. -- title width / last selected line: 0
  1650. -- icon id / first selected line: 32664 / 32664
  1651. -- text alignment: 1
  1652. -- font id: 0
  1653. -- text size: 12
  1654. -- style flags: 0
  1655. -- line height: 16
  1656. -- part name: Scribe¬
  1657. ----- HyperTalk script -----
  1658. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1659.   global longname
  1660.   if the commandkey is not down then
  1661.     put "HD 45:Utilities Folder:ScribeΓäó" into longname
  1662.     LaunchApp
  1663.   else
  1664.     put the loc of target into OrigLoc
  1665.     put the rect of target into OrigRect
  1666.     choose button tool
  1667.     repeat until the mouse is up
  1668.       set the loc of target to the mouseloc
  1669.     end repeat
  1670.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1671.     choose browse tool
  1672.   end if
  1673. end mousedown
  1674.  
  1675.  
  1676.  
  1677. -- part 73 (button)
  1678. -- low flags: 00
  1679. -- high flags: 2004
  1680. -- rect: left=402 top=163 right=180 bottom=421
  1681. -- title width / last selected line: 0
  1682. -- icon id / first selected line: 10527 / 10527
  1683. -- text alignment: 1
  1684. -- font id: 0
  1685. -- text size: 12
  1686. -- style flags: 0
  1687. -- line height: 16
  1688. -- part name: Appl Manager
  1689. ----- HyperTalk script -----
  1690. on mousedown
  1691.   global myPlace
  1692.   put the clickLoc into myPlace
  1693.   ChangeApp
  1694. end mousedown
  1695.  
  1696.  
  1697. -- part 74 (button)
  1698. -- low flags: 80
  1699. -- high flags: 2004
  1700. -- rect: left=402 top=163 right=180 bottom=421
  1701. -- title width / last selected line: 0
  1702. -- icon id / first selected line: 1335 / 1335
  1703. -- text alignment: 1
  1704. -- font id: 0
  1705. -- text size: 12
  1706. -- style flags: 0
  1707. -- line height: 16
  1708. -- part name: Doc Manager
  1709. ----- HyperTalk script -----
  1710. on mousedown
  1711.   global myPlace
  1712.   put the clickLoc into myPlace
  1713.   ChangeDoc
  1714. end mousedown
  1715.  
  1716.  
  1717. -- part 75 (button)
  1718. -- low flags: 80
  1719. -- high flags: 2004
  1720. -- rect: left=402 top=163 right=180 bottom=421
  1721. -- title width / last selected line: 0
  1722. -- icon id / first selected line: 16152 / 16152
  1723. -- text alignment: 1
  1724. -- font id: 0
  1725. -- text size: 12
  1726. -- style flags: 0
  1727. -- line height: 16
  1728. -- part name: DA Manager
  1729. ----- HyperTalk script -----
  1730. on mousedown
  1731.   changeDA
  1732. end mousedown
  1733.  
  1734.  
  1735.  
  1736. -- part 80 (button)
  1737. -- low flags: 00
  1738. -- high flags: A004
  1739. -- rect: left=383 top=215 right=239 bottom=509
  1740. -- title width / last selected line: 0
  1741. -- icon id / first selected line: 0 / 0
  1742. -- text alignment: 1
  1743. -- font id: 0
  1744. -- text size: 12
  1745. -- style flags: 0
  1746. -- line height: 16
  1747. -- part name: Install...
  1748. ----- HyperTalk script -----
  1749. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1750.   global longname
  1751.   put " " into longname
  1752.   NoApp
  1753. end mousedown
  1754.  
  1755.  
  1756.  
  1757. -- part 77 (button)
  1758. -- low flags: 80
  1759. -- high flags: 2004
  1760. -- rect: left=402 top=215 right=232 bottom=421
  1761. -- title width / last selected line: 0
  1762. -- icon id / first selected line: 10527 / 10527
  1763. -- text alignment: 1
  1764. -- font id: 0
  1765. -- text size: 12
  1766. -- style flags: 0
  1767. -- line height: 16
  1768. -- part name: Appl Manager
  1769. ----- HyperTalk script -----
  1770. on mousedown
  1771.   global myPlace
  1772.   put the clickLoc into myPlace
  1773.   ChangeApp
  1774. end mousedown
  1775.  
  1776.  
  1777. -- part 78 (button)
  1778. -- low flags: 80
  1779. -- high flags: 2004
  1780. -- rect: left=402 top=215 right=232 bottom=421
  1781. -- title width / last selected line: 0
  1782. -- icon id / first selected line: 1335 / 1335
  1783. -- text alignment: 1
  1784. -- font id: 0
  1785. -- text size: 12
  1786. -- style flags: 0
  1787. -- line height: 16
  1788. -- part name: Doc Manager
  1789. ----- HyperTalk script -----
  1790. on mousedown
  1791.   global myPlace
  1792.   put the clickLoc into myPlace
  1793.   ChangeDoc
  1794. end mousedown
  1795.  
  1796.  
  1797. -- part 79 (button)
  1798. -- low flags: 80
  1799. -- high flags: 2004
  1800. -- rect: left=402 top=215 right=232 bottom=421
  1801. -- title width / last selected line: 0
  1802. -- icon id / first selected line: 16152 / 16152
  1803. -- text alignment: 1
  1804. -- font id: 0
  1805. -- text size: 12
  1806. -- style flags: 0
  1807. -- line height: 16
  1808. -- part name: DA Manager
  1809. ----- HyperTalk script -----
  1810. on mousedown
  1811.   changeDA
  1812. end mousedown
  1813.  
  1814.  
  1815.  
  1816. -- part 100 (field)
  1817. -- low flags: 81
  1818. -- high flags: 0007
  1819. -- rect: left=1 top=3 right=212 bottom=512
  1820. -- title width / last selected line: 0
  1821. -- icon id / first selected line: 0 / 0
  1822. -- text alignment: 0
  1823. -- font id: 3
  1824. -- text size: 12
  1825. -- style flags: 0
  1826. -- line height: 16
  1827. -- part name: info
  1828. ----- HyperTalk script -----
  1829. on mouseup
  1830.   set visible of target to false
  1831. end mouseup
  1832.  
  1833.  
  1834. -- part 101 (button)
  1835. -- low flags: 00
  1836. -- high flags: 2000
  1837. -- rect: left=49 top=311 right=342 bottom=89
  1838. -- title width / last selected line: 0
  1839. -- icon id / first selected line: 31685 / 31685
  1840. -- text alignment: 1
  1841. -- font id: 0
  1842. -- text size: 12
  1843. -- style flags: 0
  1844. -- line height: 16
  1845. -- part name: 
  1846. ----- HyperTalk script -----
  1847. on mouseUp
  1848.   if visible of card field info is false then
  1849.     set scroll of card field info to 0
  1850.     show card field info
  1851.   else
  1852.     hide card field info
  1853.   end if
  1854. end mouseUp
  1855.  
  1856.  
  1857.  
  1858. -- part contents for card part 100
  1859. ----- text -----
  1860. This is a one card version of HyperStation, the hard disk management stack, by Steve Drazga.  It will only work with system version 4.1 or above. 
  1861.  
  1862. HyperStation allows you to launch applications, documents, and stacks with the click of a button.  It is MultiFinder compatible, if you have enough RAM.  
  1863.  
  1864. The full working version allows you to have up to 16 cards full of applications, documents, or stacks.  Version 3.2 is available from electronic bulletin boards, and better user groups everywhere.  Versions above 3.2 are available only to registered users.
  1865.  
  1866. Instructions:
  1867. Click and hold down an 'Install' button to install a document, application, or stack.  When an icon is installed, just click on the icon to launch it.  Click on the small button to remove, rename, or delete the file.  
  1868.  
  1869. Hold down the command key when you click on an icon to drag it to a new location.
  1870.  
  1871. If you can't get the full version of HyperStation locally, send a disk and a self-addressed stamped envelope to:
  1872. Steve Drazga
  1873. Box 388
  1874. Southampton, PA  18966